home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / zzap65a.zip / DIRFIX.ZIP / DIRFIX.DOC next >
Text File  |  1990-02-27  |  2KB  |  38 lines

  1. Well, this documentation is going to be quick and dirty.
  2.  
  3. History:
  4.  
  5.    I convert all uploads to PAK because TBBS can examine them and it makes
  6. smaller files and ARC. But is seems users want to upload in whatever they can.
  7. So, I run a utility called ZZAP that converts any archived file to any other
  8. archived file and also scans for those darn viruses.
  9.  
  10.    ZZAP creates a file called FILES.FIX of all the archives it changed.
  11.  
  12.    Well, I have all the information I need so I wrote DIRFIX to handle this
  13. for me while I sleep. I do do that sometimes you know.
  14.  
  15.    Also, have you noticed that when users upload files, sometimes they type
  16. in the filename in lower case. Well DIRFIX will convert the filenames up
  17. upper case for you if you wish.
  18.  
  19.    So, how do you use it?  Well, first you run ZZAP from the directory that
  20. has the files you want converted. ZZAP will create a file called FILES.FIX
  21. in that directory. Now you run DIRFIX. It uses FILES.FIX to know what
  22. filenames to change. By default, it uses FILES.DIR as the pseudo directory.
  23.  
  24.    You may tell it what pseudo directory to use and to convert to upper case
  25. by the following command:
  26.  
  27.    DIRFIX NEW.DIR -U
  28.  
  29.    where NEW.DIR is the name of the pseudo directory and -U tells it to
  30. convert to upper case. By just running DIRFIX with no commands, it will look
  31. in the current directory for FILES.FIX and if it finds it, it will change
  32. the filenames.
  33.  
  34.    Well, that's all for now. Any questions and comments are welcome. Also
  35. any changes you need will be put in if I can do it.
  36.  
  37. Gary
  38.